home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / PublicDomain / System / RequestAssign / RequestAssign.ReadMe < prev    next >
Text File  |  1999-08-23  |  4KB  |  111 lines

  1. Short:     GUI for the Assign command.
  2. Uploader:  loki@sdsoft.freeserve.co.uk (Loki)
  3. Author:    lee@amiga.findhere.com (Lee Hesselden)
  4. Type:      util/cli
  5. Requires:  asl.library, Assign command in C:
  6. Version:   1.0
  7.      _         _ __ ___     __  __ __ _ _  __
  8. |\  |  /\ | | |  |   |     |  | |  |   |  |   |  |
  9. |/  |_    | | |_ |_  |     |__| |_ |_  |  |   |\ |
  10. |\  |  \/ | | |   |  |     |  |  |  |  |  | \ | \|
  11. | \ |_  \ |_| |_ _|  |     |  | _| _| _|_ |_/ |  |    Version 1.0
  12. by Lee Hesselden of Satanic Dreams  Copyright 1999    28 APR 1999
  13.  
  14.  
  15. RequestAssign is a GUI designed for use in AmigaDOS scripts. The user
  16. is presented with an ASL file requester and has to select a directory.
  17. The program then assigns a pre-defined path to the directory selected.
  18.  
  19.  
  20. Usage:  RequestAssign <Assign> [<Title>] [<x> <y> <w> <h>]
  21.  
  22. <Assign>        = This is the Assign you would like to create.
  23.                   Eg. Utilities: Arse: FECK: etc.
  24.  
  25. <Title>         = (Optional)
  26.                   This specifies a title for the ASL file requester. If
  27.                   a title is not specified "RequestAssign V1.0" is
  28.                   substituted instead.
  29.                   Eg. "Wibbly Wobbly" "Select a Directory" etc.
  30.  
  31. <x>             = (Optional)
  32.                   Specifies the X co-ordinates for the ASL file
  33.                   requester.
  34.                   Eg. 0 12 100 etc.
  35.  
  36. <y>             = (Optional)
  37.                   Specifies the Y co-ordinates for the ASL file
  38.                   requester.
  39.                   Eg. 12 57 99 etc.
  40.  
  41. <w>             = (Optional)
  42.                   Specifies the width of the ASL file requester.
  43.                   Eg. 100 200 320 etc.
  44.  
  45. <h>             = (Optional)
  46.                   Specifies the height of the ASL file requester.
  47.                   Eg. 125 256 512 etc.
  48.  
  49.  
  50. Examples:
  51.  
  52.         RequestAssign My_Assign:
  53.                 Assigns My_Assign: to the directory selected by the
  54.                 user.
  55.  
  56.         RequestAssign My_Assign: "Select a directory to Assign"
  57.                 Assigns My_Assign: to the directory selected by the
  58.                 user. This time the ASL file request has the title
  59.                 "Select a directory to Assign"
  60.  
  61.         RequestAssign Me: "Assign What?" 0 0 640 512
  62.                 An ASL file requester has the title "Assign What?", and
  63.                 is at co-ordinates 0,0 which is the top left hand corner
  64.                 of the screen. The ASL file requester is 640 pixels
  65.                 wide, and 512 pixels tall, and would fill a hires-laced
  66.                 screen. The path to be assigned is Me:
  67.  
  68.         RequestAssign This_won't_Work: 0 12 320 200
  69.                 This won't work because there is to Title before the
  70.                 co-ordinates.
  71.  
  72.  
  73.                                 __/\  __
  74.                                     \/
  75.  
  76. RequestAssign 1.0 was written using Blitz Basic ][ on an Amiga 1200, by
  77. Lee Hesselden of Satanic Dreams. For other Satanic Dreams Software
  78. projects, See:
  79.  
  80.      WWW: http://www.satanicdreams.freeserve.co.uk/
  81.   AMINET: MailTo: admin@satanicdreams.freeserve.co.uk  
  82.           for a list of names and where to find them.
  83.  
  84. RequestAssign is MAILWARE. If you like it, or want to use it in your own
  85. creations please eMail me, or send me a postcard. I collect postcards! If
  86. you do distribute my software, please keep the whole archive intact.
  87. Keep the .readme file with the main executale. I have included the
  88. source code. If you use, or edit it, please contact me before
  89. distributing an edited version of what I have spend (a short period of)
  90. time making.
  91.  
  92. This software is provided as-is, without warranty of any kind, either
  93. expressed or implied. In no event will the author be liable for direct,
  94. indirect, incidental or consequential damages or data loss resulting
  95. from the use or application of this software. The entire risk as to the
  96. results and performance of this software is assumed by the user!
  97.  
  98.  
  99. Contact me;
  100.  
  101.                 eMail:  lee@amiga.findhere.com
  102.  
  103.                 Write:  Lee Hesselden
  104.                         8 Plough Green
  105.                         SALTASH
  106.                         Cornwall
  107.                         PL12 4JZ
  108.                         ENGLAND
  109.  
  110.                   WWW:  http://www.amiga.findhere.com
  111.